home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1997 July
/
EnigmA AMIGA RUN 20 (1997)(G.R. Edizioni)(IT)[!][issue 1997-07 & 08][EAR-CD IV].iso
/
earcd
/
mus
/
play
/
splibdev.lha
/
superplay-lib_DEV
/
Programmers
/
fd
/
superplay.fd
< prev
Wrap
Text File
|
1997-04-03
|
860b
|
26 lines
** $VER: superplay.fd 6.1 (22.1.97)
##base _SuperPlayBase
##bias 30
##public
SPL_AllocHandle(future)(A1)
SPL_FreeHandle(handle)(A1)
SPL_StopReplay(handle)(A1)
SPL_FreeResources(handle)(A1)
SPL_SuperPlay(handle,filename)(A1/A2)
SPL_SuperWrite(handle,source_handle)(A1/A2)
SPL_InitHandleAsDOS(handle,future)(A1/A2)
SPL_InitHandleAsClip(handle,future)(A1/A2)
SPL_SetWriteType(handle,akt_type,future)(A1/A2/A3)
SPL_GetErrorString(error_code)(A1)
SPL_SetWriteName(handle,writename,future)(A1/A2/A3)
SPL_FileInfoRequest(handle,window,future)(A1/A2/A3)
SPL_SetReqIOWindow(handle,window)(A1/A2)
SPL_ReadPlayData(handle,buffer)(A1/A2)
SPL_ContinueReplay(handle)(A1)
SPL_FastForward(handle)(A1)
SPL_FastBackward(handle)(A1)
SPL_GetSampleList(handle,samplelist)(A1/A2)
SPL_SetSampleList(handle,samplelist)(A1/A2)
SPL_GetFileType(handle,filename,filetype)(A1/A2/A3)
##end